home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / Fd3dexport.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  407b  |  16 lines

  1. #ifndef _Fd3dexport_H_
  2. #define _Fd3dexport_H_
  3.  
  4. enum
  5. {
  6.   D3DEXPORTFILTER_SCALE                                = 1000,
  7.   D3DEXPORTFILTER_FORMAT                            = 1001,
  8.   D3DEXPORTFILTER_CONVERTTEXTURENAME    = 1002,
  9.   D3DEXPORTFILTER_TEMPLATES                     = 1003,
  10.   D3DEXPORTFILTER_NORMALS                         = 1004,
  11.   D3DEXPORTFILTER_TEXTURES                         = 1005,
  12.   D3DEXPORTFILTER_SAVEMESH                         = 1006,
  13.   D3DEXPORTFILTER_TEXTURESUFFIX                = 1007
  14. };
  15.  
  16. #endif